home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / Hdownload.CSY / RCDATA / TNEWSTARTINGADRESSDLG / TNEWSTARTINGADRESSDLG.txt
Text File  |  2002-06-23  |  3KB  |  153 lines

  1. object NewStartingAdressDlg: TNewStartingAdressDlg
  2.   Left = 238
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nov∩┐╜ po∩┐╜∩┐╜te∩┐╜n∩┐╜ adresa'
  7.   ClientHeight = 229
  8.   ClientWidth = 429
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label4: TLabel
  17.     Left = 12
  18.     Top = 10
  19.     Width = 25
  20.     Height = 13
  21.     Caption = 'URL:'
  22.   end
  23.   object Label5: TLabel
  24.     Left = 11
  25.     Top = 46
  26.     Width = 26
  27.     Height = 13
  28.     Caption = 'Titulek:'
  29.   end
  30.   object OKBtn: TButton
  31.     Left = 343
  32.     Top = 167
  33.     Width = 76
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 2
  39.     OnClick = OKBtnClick
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 343
  43.     Top = 197
  44.     Width = 76
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Storno'
  48.     ModalResult = 2
  49.     TabOrder = 3
  50.   end
  51.   object UrlEdit: TEdit
  52.     Left = 46
  53.     Top = 7
  54.     Width = 371
  55.     Height = 21
  56.     TabOrder = 0
  57.     OnChange = UrlEditChange
  58.   end
  59.   object TitleEdit: TEdit
  60.     Left = 46
  61.     Top = 39
  62.     Width = 371
  63.     Height = 21
  64.     TabOrder = 1
  65.   end
  66.   object GroupBox1: TGroupBox
  67.     Left = 10
  68.     Top = 68
  69.     Width = 409
  70.     Height = 93
  71.     Caption = 'Exploration Depth'
  72.     TabOrder = 4
  73.     object Label6: TLabel
  74.       Left = 14
  75.       Top = 20
  76.       Width = 86
  77.       Height = 13
  78.       Caption = 'Zkoumat  a∩┐╜ do:'
  79.     end
  80.     object Label7: TLabel
  81.       Left = 159
  82.       Top = 20
  83.       Width = 224
  84.       Height = 13
  85.       Caption = 'odkaz∩┐╜ z t∩┐╜to adresy, ale ne v∩┐╜ce ne∩┐╜:'
  86.     end
  87.     object ExpDepthEdit: TEdit
  88.       Left = 108
  89.       Top = 16
  90.       Width = 40
  91.       Height = 21
  92.       TabOrder = 0
  93.       Text = '1'
  94.       OnChange = ExpDepthEditChange
  95.     end
  96.     object StayOnSiteCheckBox: TCheckBox
  97.       Left = 20
  98.       Top = 45
  99.       Width = 373
  100.       Height = 17
  101.       Caption = 'adresy, kter∩┐╜ za∩┐╜∩┐╜naj∩┐╜ ...'
  102.       TabOrder = 1
  103.     end
  104.     object ReportExternalCheckBox: TCheckBox
  105.       Left = 20
  106.       Top = 67
  107.       Width = 373
  108.       Height = 17
  109.       Caption = 'kamkoliv v∩┐╜etn∩┐╜ extern∩┐╜ch odkaz∩┐╜'
  110.       Checked = True
  111.       State = cbChecked
  112.       TabOrder = 2
  113.     end
  114.   end
  115.   object GroupBox2: TGroupBox
  116.     Left = 12
  117.     Top = 168
  118.     Width = 325
  119.     Height = 53
  120.     Caption = 'Autentifikace'
  121.     TabOrder = 5
  122.     object Label2: TLabel
  123.       Left = 16
  124.       Top = 24
  125.       Width = 40
  126.       Height = 13
  127.       Caption = '∩┐╜∩┐╜et'
  128.     end
  129.     object Label3: TLabel
  130.       Left = 168
  131.       Top = 24
  132.       Width = 46
  133.       Height = 13
  134.       Caption = 'Heslo'
  135.     end
  136.     object AccountEdit: TEdit
  137.       Left = 68
  138.       Top = 20
  139.       Width = 81
  140.       Height = 21
  141.       TabOrder = 0
  142.     end
  143.     object PasswdEdit: TEdit
  144.       Left = 227
  145.       Top = 20
  146.       Width = 80
  147.       Height = 21
  148.       PasswordChar = '*'
  149.       TabOrder = 1
  150.     end
  151.   end
  152. end
  153.